home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 117
/
MacAddict 117.dmg
/
Software
/
Graphics & Multimedia
/
Sproing 2.0.1 (freeware).dmg
/
Sproing.app
/
Contents
/
Info.plist
< prev
next >
Wrap
Extensible Markup Language
|
2003-11-25
|
1KB
|
52 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>SPRG</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>NSDocumentIcon</string>
<key>CFBundleTypeName</key>
<string>SproingDocument</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>SPRG</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>MyDocument</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Sproing</string>
<key>CFBundleGetInfoString</key>
<string>http://lorenb.com</string>
<key>CFBundleIconFile</key>
<string>NSApplicationIcon</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Sproing</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<key>CFBundleSignature</key>
<string>SPRG</string>
<key>CFBundleVersion</key>
<string>2.0.1</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>